body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

hr {
;
}
.experiece-description{
    margin-left: 25px;
 }
p {
  font-size: 0.8rem;
}
.hello-text{font-size: 1.0rem;}
.container {
  width: auto;
}

.navbar {
  padding: 3% 0 2% 0;
}

.icon-header {
  margin: 10% 0 10% 0;
}

.container-fluid {
  padding: 0 10% 0 10%;
}

.icon-fa {
  display: inline;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 50px;
}

.icon-fa a {
  color: #480032;
}

.header-content {
  padding-left: 5%;
  padding-bottom: 5%;
}

.face {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-view-cv{background-color: #480032;
color: #Fff;
border-style: none;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;}

.btn-outline{
  color: #000;
  border-style: solid;
  border-color:#480032;
  background:none;
  padding: 12px 28px;
  font-size: 16px;
  cursor: pointer;
}

.cv-text {
  text-decoration: none;
  color: #fff;
}

/* about section */
#About {
  text-align: center;
  color: #fff;
  background-color: #480032;
}

.About-Details {
  padding: 5% 10% 5% 10%;
}

/* skills section */
#experiece {
  padding: 5% 10% 5% 10%;
}

.heading-experience {
  text-align: center;
}

.summary-details {}

.summary-details ul {
  font-size: 0.8rem;
}

#education-skills {
  padding: 5% 10% 5% 10%;
  background-color: #F1D9E9;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.skills-section {
  padding-top: 2%;
}

.skills-header {
  text-align: center;
  color: #fff;
  padding: 1rem;
  position: relative;
}

.skills-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #2ecc71;
  border-radius: 2px;
}

.skills-container {
  display: grid;
  grid-tempLate-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
}

.skills-box {
  color: #000;
  cursor: pointer;
}

.skills-box:hover>.skills-title: after,
.skills-box:hover>.skills-title: before {
  width: 30px;
}

.skills-box:hover .skills-img {
  transform: translateX(-20px);
}

.skills-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.skills-icons {
  width: 60px;
  z-index: 2;
}

.skills-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}

.skills-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 90px;
  border-radius: 45px 0 0 45px;
}

.skills-title h3 {
  color: #333;
  margin-top: 0.5rem;
}


@media screen and (max-width:990px) {

  .header-content{text-align: center;}
  .heading-experience {
    text-align: left;
  }
  .skills-container {
    grid-tempLate-columns: repeat(2, 1fr);
    padding: 2rem 50px;
  }

  .sub-heading {
    text-align: center;
  }
}

@media screen and (max-width:650px) {
  .header-content {
    text-align: center;
  }

  .face {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .skills-container {
    grid-tempLate-columns: 2fr;
    padding: 2rem 50px;
  }

  .sub-heading {
    text-align: center;
  }






}
